	h1 
{
text-align: center;
font-size: 50px;
color: red;
font-family: Carlito;
}
   

	body 
{
width: device-width;
height: device-height;
background: linear-gradient(#303030, 20%, grey);
background-repeat: no-repeat;
}

	p
{
text-align: center;
font-size: 28px;
color: white;
font-family: Carlito;
}

	.img
{
max-width: 100%;
height: auto;
}

	.zoom
{
width:222px;
height:70px;
transition:0.5s;
}


	.zoom:hover 
{
width:242px;
height:90px;
transition:0.5s;
}